home *** CD-ROM | disk | FTP | other *** search
/ Logiciels PC Special 3 / Logiciel PC - Hors-Serie 3.iso / Logs / arcade / m72-033b / README.TXT < prev   
Text File  |  1998-10-10  |  4KB  |  122 lines

  1. WHAT'S NEW SINCE 0.30:
  2.  
  3. 1. Trace play supports.
  4.    Show your friends your best play records! Use F9 to record, F11 to play.
  5.    Try it now!
  6. 2. Scanline display option.
  7.    This option uses 800x600 display mode for doubling every dots. It will
  8.    be a bit slower than the preferred 400x300 hardware double pixel mode.
  9.    But if your system happens to have no usable 400x300 display mode, this
  10.    could work as a solution.
  11. 3. Alternate keyboard control set.
  12. 4. Sound states are put in save game data now.
  13. 5. Fixed two bugs that caused Gallop to crash at certain places.
  14.  
  15.  
  16.  
  17. INSTRUCTIONS
  18.  
  19. *****Installing M72 emulator
  20. 1. Create a M72 emulator directory
  21.    c:\>mkdir M72
  22. 2. Unzip the pack.
  23.    c:\M72>pkunzip -d m72.zip
  24. 3. Install the ROM packs by copying the ROM packs into ZIPROMS\ sub-directory.
  25. 4. Run the game by "m72 game-name".
  26.  
  27. *****Controls
  28. Currently only player one control is supported. Keyboard and Gamepad are both
  29. supported.
  30.  
  31. Player control:
  32.           KEYBOARD               GAMEPAD
  33. BUTTON1   LEFT-Ctrl  or TAB      BUTTON1
  34. BUTTON2     ALT      or  Q       BUTTON2
  35. BUTTON3    SPACE     or  W       BUTTON3
  36. BUTTON4   RIGHT-Ctrl or  E       BUTTON4
  37.  
  38. Panel control(keyboard only):
  39. 1           P1 start
  40. 2           P2 start
  41. 3           Coin 1
  42. 4           Coin 2
  43.  
  44. Special game controls:
  45. F5          Save game
  46. F6 or F8    Change save slot
  47. F7          Restore game
  48. F9          Start/Stop recording trace play data
  49. F10 or F12  Change trace play slot
  50. F11         Start/Stop playing trace play data
  51. S           Save screen
  52. P           Pause
  53. ESC         Quit
  54.  
  55.  
  56. Options from command line:
  57. -vsync          syncronize video output with the vertical retrace signal
  58. -r      #       change sampling rate (11025-44100)
  59. -perf           show performance counter (only works on Pentium series CPU)
  60. -ppro           use Pentium-pro optimized routines
  61. -int    #       change interrupt rate [60]
  62. -cpu    #       set V30 operating frequency(MHz) [12]
  63. -gamma  #       gamma correction [1.0]
  64. -skip   #       skip frame [0]
  65. -list           list supported games
  66. -nojoy          disable joystick support
  67. -vert           enable vertical display
  68. -res    #x#     set display mode [400x300] or [512x384] for vertical mode
  69. -qf     #       set quick fire button (1-4)
  70. -scanlines      enable scanline display mode
  71.  
  72. *****Supported games
  73. Game name                  Internal name
  74. - - - - - - - - - - - - - - - - - - - - -
  75. R-TYPE JP                    rtypejp
  76. Ninja Spirit                 nspirit
  77. Legend of Hero Tonma         loht
  78. Battle Chopper               bchopper
  79. Image Fight                  imgfight
  80. R-TYPE 2                     rtype2
  81. Dragon Breed                 dbreed
  82. Hammerin'Harry               hharry
  83. Gallop - Armed Police Unit   gallop
  84. Mr.HELI(BChopper JP)         mrheli
  85. R-TYPE US                    rtypeus
  86. X-MULTIPLY                   xmultipl
  87.  
  88.  
  89.  
  90. *****Tips
  91. Use "m72 imgfight -vert -qf 1" to start Image Fight in vertical display mode
  92. and set quick-fire on button 1.
  93. Set the gamma value larger than 1 for increasing the display contrast.
  94. Try "-res 640x480" if the default 400x300 or 512x384 display mode is not
  95. applicatable on your video system.
  96. Always use "-ppro" for Pentium-pro and Pentium2 and Celeron systems.
  97. Do not use "-vert" and "-scanlines" at the same time.
  98.  
  99.  
  100.  
  101.  
  102. *****CREDITS:
  103. AraCorn Of RomList for dumping many M72 ROMs.
  104. JROM for dumping Image Fight and Gallop and MR.HELI and X-MULTIPLY ROMs.
  105. Chris Hardy for M72 hardware infomation and V30 info.
  106. Thierry Lescote for many many helps!
  107. Neil Bradley for the perfect MZ80 core.
  108. Tatsuyuki Satoh for his very good YM2151 core.
  109. Fabrice Frances for the Mame 286 core.
  110. DJ Delorie for the free DJGPP compiler.
  111. Carlos Hasan for the SEAL libreay.
  112. Shawn Hargreaves for the ALLEGRO library.
  113. Simon Tatham for the NASM assembler.
  114.  
  115.  
  116.  
  117. Enjoy!
  118.  
  119. 981010,
  120. Nao
  121.  
  122.